MUITextGetPropertyΒΆ

MUITextGetProperty, hWin:MUIWND, Property:MUIPROPERTY

Get the value of a property in the ModernUI_Text control. See ModernUI_Text Properties for details on the properties available

Parameters

  • [in] hWin - handle to the ModernUI_Text control
  • [in] Property - the property to get. See ModernUI_Text Properties for details on the properties available

Return

Returns the value of the property or NULL otherwise

Example

LOCAL dwTextColor:DWORD

Invoke MUITextGetProperty, hTxt1, @TextColor
mov dwTextColor, eax

See Also

MUITextSetProperty, ModernUI_Text Properties